home *** CD-ROM | disk | FTP | other *** search
/ PC User 2004 November / PCU1104CD1.iso / resource / design / files / paintshp.exe / Data1.cab / picture_frames.swf / scripts / DefineButton2_27 / BUTTONCONDACTION on(keyPress Left).as < prev    next >
Encoding:
Text File  |  2003-10-02  |  232 b   |  10 lines

  1. on(keyPress "<Left>"){
  2.    if(_global.mov._currentframe <= 5)
  3.    {
  4.       _global.mov.gotoAndStop(1);
  5.    }
  6.    _global.mov.gotoAndStop(_global.mov._currentframe - 5);
  7.    _global.a = "playing";
  8.    _global.pla.gotoAndStop(1);
  9. }
  10.